curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"uuid": "60fb5d93-932d-3bb1-bc66-066e8c6e1ee0",
"id": 20,
"identity": "2bef903d-d4eb-3df7-9dd9-368644730f3a",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z",
"licenses": {
"smart": false,
"pro": false
}
},
{
"uuid": "be34b8d3-ab68-3d9a-b20e-618ecf82f760",
"id": 21,
"identity": "18ede264-7349-3672-8cdb-fdb6f408916e",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z",
"licenses": {
"smart": false,
"pro": false
}
}
]
}
See the documentation for more information.
The ID of the team.
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"uuid": "60fb5d93-932d-3bb1-bc66-066e8c6e1ee0",
"id": 20,
"identity": "2bef903d-d4eb-3df7-9dd9-368644730f3a",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z",
"licenses": {
"smart": false,
"pro": false
}
},
{
"uuid": "be34b8d3-ab68-3d9a-b20e-618ecf82f760",
"id": 21,
"identity": "18ede264-7349-3672-8cdb-fdb6f408916e",
"reference": null,
"connection_status": "never_seen",
"status": null,
"error": null,
"error_info": null,
"created_at": "2025-07-04T13:42:22.000000Z",
"updated_at": "2025-07-04T13:42:22.000000Z",
"licenses": {
"smart": false,
"pro": false
}
}
]
}